chore(deps) Update Tauri Utils (1.x) - abandoned #10714
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.0.4
->1.0.5
0.2.14
->0.2.15
0.26
->0.28
0.13
->0.16
0.4.21
->0.4.22
2.6.2
->2.7.4
0.8.19
->0.8.21
1.0.22
->1.0.23
1.0.198
->1.0.208
1.0.97
->1.0.125
3.0.0
->3.9.0
1.0.59
->1.0.63
0.7
->0.8
2.5.0
->2.5.2
Release Notes
kornelski/dunce (dunce)
v1.0.5
Compare Source
rust-random/getrandom (getrandom)
v0.2.15
Compare Source
Added
Changed
libc::getrandom
on DragonflyBSD, FreeBSD, illumos, and Solaris #411 #416 #417 #420libc::getentropy
-based implementations #418servo/html5ever (html5ever)
v0.27.0
Compare Source
bojand/infer (infer)
v0.16.0
Compare Source
Changelog
v0.16.0 - 2024-05-31
Build
66c1890
update crate versionFeatures
aa9a9d1
add support for DjVu image formatCommits
66c1890
update crate version1006136
Merge pull request #94 from rramphal/feat/djvuaa9a9d1
add support for DjVu image formatv0.15.0
Compare Source
Changelog
v0.15.0 - 2023-07-04
Bug Fixes
10d1266
formattingBuild
e95a5fb
update crate versionCommits
e95a5fb
update crate version10d1266
formattingda6bf94
Merge pull request #87 from criminosis/detect_java_class89c6648
Fixed Java magic byte detection and added testv0.14.0
Compare Source
Changelog
v0.14.0 - 2023-06-22
Bug Fixes
effadc4
fix styleBuild
b871c5d
update crate versionEnhancements
12d6fe9
add supposer for zstd skippable framesCommits
b871c5d
update crate version97a4bd3
Merge pull request #88 from marcospb19/enhance_zstd_v28c8c835
Replacestd
bycore
56bcbee
check if u32 -> usize respect usize boundariesf24856c
remove nestingeffadc4
fix style12d6fe9
add supposer for zstd skippable framesrust-lang/log (log)
v0.4.22
Compare Source
BurntSushi/memchr (memchr)
v2.7.4
Compare Source
v2.7.3
Compare Source
v2.7.2
Compare Source
v2.7.1
Compare Source
v2.7.0
Compare Source
v2.6.4
Compare Source
v2.6.3
Compare Source
GREsau/schemars (schemars)
v0.8.21
Compare Source
Fixed:
null
default not being set on generated schemas (https://github.com/GREsau/schemars/issues/295 / https://github.com/GREsau/schemars/pull/296)v0.8.20
Compare Source
Fixed:
default
andrequired
attributes (https://github.com/GREsau/schemars/issues/292)dtolnay/semver (semver)
v1.0.23
Compare Source
serde-rs/serde (serde)
v1.0.208
Compare Source
flatten
field (#2802, thanks @jonhoo)v1.0.207
Compare Source
flatten
attribute andskip_serializing
/skip_deserializing
(#2795, thanks @Mingun)v1.0.206
Compare Source
flatten
attribute inside of enums (#2567, thanks @Mingun)v1.0.205
Compare Source
v1.0.204
Compare Source
v1.0.203
Compare Source
v1.0.202
Compare Source
v1.0.201
Compare Source
v1.0.200
Compare Source
v1.0.199
Compare Source
forward_to_deserialize_any!
is used on an enum withError
variant (#2732, thanks @aatifsyed)serde-rs/json (serde_json)
v1.0.125
Compare Source
v1.0.124
Compare Source
v1.0.123
Compare Source
v1.0.122
Compare Source
json!
in no-std crates (#1166)v1.0.121
Compare Source
v1.0.120
Compare Source
indexmap
dependency (#1152, thanks @cforycki)v1.0.119
Compare Source
serde_json::Map::shift_insert
(#1149, thanks @joshka)v1.0.118
Compare Source
v1.0.117
Compare Source
v1.0.116
Compare Source
v1.0.115
Compare Source
v1.0.114
Compare Source
v1.0.113
Compare Source
swap_remove
andshift_remove
methods on Map (#1109)v1.0.112
Compare Source
v1.0.111
Compare Source
v1.0.110
Compare Source
v1.0.109
Compare Source
v1.0.108
Compare Source
v1.0.107
Compare Source
v1.0.106
Compare Source
Value::as_number
accessor (#1069, thanks @chanced)Number::as_str
accessor under "arbitrary_precision" feature (#1067, thanks @chanced)v1.0.105
Compare Source
v1.0.104
Compare Source
v1.0.103
Compare Source
v1.0.102
Compare Source
v1.0.101
Compare Source
v1.0.100
Compare Source
-Z minimal-versions
v1.0.99
Compare Source
v1.0.98
Compare Source
jonasbb/serde_with (serde_with)
v3.9.0
: serde_with v3.9.0Compare Source
Added
Deserialize a map` and skip all elements failing to deserialize by @johnmave126 (#763)
MapSkipError
acts like a map (HashMap
/BTreeMap
), but keys or values that fail to deserialize, like are ignored.For formats with heterogeneously typed maps, we can collect only the elements where both key and value are deserializable.
This is also useful in conjunction to
#[serde(flatten)]
to ignore some entries when capturing additional fields.v3.8.3
: serde_with v3.8.3Compare Source
Fixed
schemars_0_8
is used with thepreserve_order
features (#762)v3.8.2
: serde_with v3.8.2Compare Source
Changed
time
dependency.The
time
version needed to be updated for nightly compatibility.Fixed
JsonSchemaAs
forOneOrMany
instead ofJsonSchema
by @swlynch99 (#760)v3.8.1
: serde_with v3.8.1Compare Source
Fixed
schemars(deserialize_with = "...")
annotations, asschemars
does not support them (#735)Thanks to @sivizius for reporting the issue.
v3.8.0
: serde_with v3.8.0Compare Source
Added
JsonSchemaAs
forPickFirst
by @swlynch99 (#721)Changed
base64
dependency to v0.22 (#724)Fixed
serde_conv
regressed and triggeredclippy::ptr_arg
and add test to prevent future problems. (#731)v3.7.0
: serde_with v3.7.0Compare Source
Added
JsonSchemaAs
forEnumMap
by @swlynch99 (#697)JsonSchemaAs
forIfIsHumanReadable
by @swlynch99 (#717)JsonSchemaAs
forKeyValueMap
by @swlynch99 (#713)JsonSchemaAs
forOneOrMany
by @swlynch99 (#719)Fixed
schema_with
attributes on fields withschemars
annotations by @swlynch99 (#715)This extends the existing avoidance mechanism to a new variant fixing #712.
v3.6.1
: serde_with v3.6.1Compare Source
Changed
This allows parallel compilation of
serde
andserde_derive
which can speed up the wallclock time.It requires that downstream crates do not use the "derive" feature either.
v3.6.0
: serde_with v3.6.0Compare Source
Added
IfIsHumanReadable
for conditional implementation by @irriden (#690)Used to specify different transformations for text-based and binary formats.
JsonSchemaAs
impls for allDuration*
andTimestamp*
adaptors by @swlynch99 (#685)Changed
regex
dependency.v3.5.1
: serde_with v3.5.1Compare Source
Fixed
serde_as
macro now better detects existingschemars
attributes on fields and incorporates them by @swlynch99 (#682)This avoids errors on existing
#[schemars(with = ...)]
annotations.v3.5.0
: serde_with v3.5.0Compare Source
Added
schemars
integration added by @swlynch99 (#666)The support uses a new
Schema
top-level item which implementsJsonSchema
The
serde_as
macro can now detectschemars
usage and emits matching annotations for all fields withserde_as
attribute.Many types of this crate come already with support for the
schemars
, but support is not complete and will be extended over time.v3.4.0
: serde_with v3.4.0Compare Source
Lower minimum required serde version to 1.0.152 (#653)
Thanks to @banool for submitting the PR.
This allows people that have a problem with 1.0.153 to still use
serde_with
.Add support for
core::ops::Bound
(#655)Thanks to @qsantos for submitting the PR.
v3.3.0
: serde_with v3.3.0Compare Source
Added
Support the
hashbrown
typeHashMap
andHashSet
(#636, #637)Thanks to @OliverNChalk for raising the issue and submitting a PR.
This extends the existing support for
HashMap
s andHashSet
s to thehashbrown
crate v0.14.The same conversions as for the
std
andindexmap
types are available, like general support for#[serde_as]
and converting it to/from sequences or maps.Changed
Generalize some trait bounds for
DeserializeAs
implementationsWhile working on #637 it came to light that some of the macros for generating
DeserializeAs
implementations were not as generic as they could.This means they didn't work with custom hasher types, but only the default hashers.
This has now been fixed and custom hashers should work better, as long as they implement
BuildHasher + Default
.(internal) Change how features are documented (#639)
This change moves the feature documentation into
Cargo.toml
in a format that can be read by lib.rs.It will improve the generated features documentation there.
The page with all features remains in the guide but is now generated from the
Cargo.toml
information.v3.2.0
: serde_with v3.2.0Compare Source
Added
Support for v1 is already available using the
indexmap_1
feature.This adds identical support for v2 of indexmap using the
indexmap_2
feature.Changed
Fixed
i64::MIN
usingTimestampSeconds<i64>
(#632, #633)Thanks to @hollmmax for reporting and fixing the issue.
v3.1.0
: serde_with v3.1.0Compare Source
Added
Add
FromIntoRef
andTryFromIntoRef
(#618)Thanks to @oblique for submitting the PR.
The new types are similar to the existing
FromInto
andTryFromInto
types.They behave different during serialization, allowing the removal of the
Clone
bound on theirSerializeAs
trait implementationChanged
serde_as
(#607)cfg_eval
.dtolnay/thiserror (thiserror)
v1.0.63
Compare Source
v1.0.62
Compare Source
#[error("…", …)]
attribute (#309)v1.0.61
Compare Source
core::fmt
andcore::panic
to facilitateerror_in_core
support (#299, thanks @jordens)v1.0.60
Compare Source
toml-rs/toml (toml)
v0.8.19
Compare Source
v0.8.18
Compare Source
v0.8.17
Compare Source
v0.8.16
Compare Source
v0.8.15
Compare Source
v0.8.14
Compare Source
v0.8.13
Compare Source
v0.8.12
Compare Source
v0.8.11
Compare Source
v0.8.10
Compare Source
v0.8.9
Compare Source
v0.8.8
Compare Source
v0.8.7
Compare Source
v0.8.6
Compare Source
v0.8.5
Compare Source
v0.8.4
Compare Source
v0.8.3
Compare Source
v0.8.2
Compare Source
v0.8.1
Compare Source
v0.8.0
Compare Source
v0.7.8
Compare Source
v0.7.7
Compare Source
v0.7.6
Compare Source
v0.7.5
Compare Source
v0.7.4
Compare Source
servo/rust-url (url)
v2.5.2
Compare Source
What's Changed
xn--55555577
by @Byron in https://github.com/servo/rust-url/pull/940This release reverts recent IDNA changes and the MSRV back to rust 1.56
The idna v1.0.1 crate now lives on the idna-v1x branch.
Full Changelog: servo/rust-url@v2.5.1...v2.5.2
v2.5.1
Compare Source
What's Changed
master
branch tomain
by @mrobinson in https://github.com/servo/rust-url/pull/914New Contributors
Full Changelog: servo/rust-url@v2.5.0...v2.5.1
Configuration
📅 Schedule: Branch creation - "after 3am on Wednesday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Never, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.